home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Multimedia / audiophiler / audiophilersetup.exe / {app} / audiophiler.exe / 0 / RCDATA / TFMOPTIONS / TFMOPTIONS.txt
Text File  |  2004-09-21  |  12KB  |  436 lines

  1. object FmOptions: TFmOptions
  2.   Left = 332
  3.   Top = 288
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 416
  7.   ClientWidth = 443
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object BtnOk: TBitBtn
  20.     Left = 272
  21.     Top = 384
  22.     Width = 75
  23.     Height = 25
  24.     TabOrder = 0
  25.     OnClick = BtnOkClick
  26.     Kind = bkOK
  27.   end
  28.   object BtnCancel: TBitBtn
  29.     Left = 352
  30.     Top = 384
  31.     Width = 75
  32.     Height = 25
  33.     TabOrder = 1
  34.     Kind = bkCancel
  35.   end
  36.   object PageControl: TPageControl
  37.     Left = 8
  38.     Top = 8
  39.     Width = 427
  40.     Height = 369
  41.     ActivePage = TabSheet1
  42.     MultiLine = True
  43.     TabOrder = 2
  44.     object TsGenres: TTabSheet
  45.       Caption = 'General'
  46.       ImageIndex = 1
  47.       object GroupBox1: TGroupBox
  48.         Left = 8
  49.         Top = 8
  50.         Width = 401
  51.         Height = 97
  52.         Caption = 'Data Directory'
  53.         TabOrder = 0
  54.         object lblDataDirectory: TLabel
  55.           Left = 8
  56.           Top = 24
  57.           Width = 289
  58.           Height = 65
  59.           AutoSize = False
  60.           Caption = 'lblDataDirectory'
  61.           WordWrap = True
  62.         end
  63.         object BtnDataDirDefault: TButton
  64.           Left = 312
  65.           Top = 48
  66.           Width = 75
  67.           Height = 25
  68.           Caption = 'Use Default'
  69.           TabOrder = 0
  70.           OnClick = BtnDataDirDefaultClick
  71.         end
  72.         object btnChange: TButton
  73.           Left = 312
  74.           Top = 16
  75.           Width = 75
  76.           Height = 25
  77.           Caption = 'Change...'
  78.           TabOrder = 1
  79.           OnClick = BtnDataDirBrowseClick
  80.         end
  81.       end
  82.     end
  83.     object TsLanguages: TTabSheet
  84.       Caption = 'CD Lookup'
  85.       ImageIndex = 2
  86.       object GroupBox7: TGroupBox
  87.         Left = 8
  88.         Top = 8
  89.         Width = 401
  90.         Height = 105
  91.         Caption = 'CD Lookup Settings'
  92.         TabOrder = 0
  93.         object LblTimeout: TLabel
  94.           Left = 40
  95.           Top = 48
  96.           Width = 117
  97.           Height = 13
  98.           Caption = 'Timeout Limit (Seconds):'
  99.           FocusControl = EdtTimeout
  100.         end
  101.         object CheckEnableCDLookup: TcxCheckBox
  102.           Left = 8
  103.           Top = 24
  104.           Width = 161
  105.           Height = 21
  106.           Properties.DisplayUnchecked = 'False'
  107.           Properties.OnChange = CheckEnableCDLookupClick
  108.           Properties.Caption = 'Enable CD Lookup'
  109.           Style.StyleController = DM.EditStyles
  110.           TabOrder = 0
  111.         end
  112.         object EdtTimeout: TcxTextEdit
  113.           Left = 168
  114.           Top = 45
  115.           Width = 57
  116.           Height = 21
  117.           Style.StyleController = DM.EditStyles
  118.           TabOrder = 1
  119.         end
  120.         object CheckCDSubmitPrompt: TcxCheckBox
  121.           Left = 8
  122.           Top = 72
  123.           Width = 217
  124.           Height = 21
  125.           Properties.DisplayUnchecked = 'False'
  126.           Properties.Caption = 'Prompt to Submit When CD Not Found'
  127.           Style.StyleController = DM.EditStyles
  128.           TabOrder = 2
  129.         end
  130.       end
  131.       object GroupBox5: TGroupBox
  132.         Left = 8
  133.         Top = 120
  134.         Width = 401
  135.         Height = 209
  136.         Caption = 'Proxy Server'
  137.         TabOrder = 1
  138.         object LblProxyServer: TLabel
  139.           Left = 16
  140.           Top = 56
  141.           Width = 67
  142.           Height = 13
  143.           Caption = 'Proxy Server:'
  144.           FocusControl = EdtProxyServer
  145.         end
  146.         object LblProxyPort: TLabel
  147.           Left = 272
  148.           Top = 56
  149.           Width = 24
  150.           Height = 13
  151.           Caption = 'Port:'
  152.           FocusControl = EdtProxyPort
  153.         end
  154.         object GroupBox6: TGroupBox
  155.           Left = 8
  156.           Top = 80
  157.           Width = 385
  158.           Height = 113
  159.           Caption = 'Authentication'
  160.           TabOrder = 3
  161.           object LblProxyUserName: TLabel
  162.             Left = 24
  163.             Top = 48
  164.             Width = 56
  165.             Height = 13
  166.             Caption = 'User Name:'
  167.             FocusControl = EdtProxyUserName
  168.           end
  169.           object LblProxyPassword: TLabel
  170.             Left = 24
  171.             Top = 80
  172.             Width = 50
  173.             Height = 13
  174.             Caption = 'Password:'
  175.             FocusControl = EdtProxyPassword
  176.           end
  177.           object CheckProxySignon: TcxCheckBox
  178.             Left = 8
  179.             Top = 16
  180.             Width = 217
  181.             Height = 21
  182.             Properties.DisplayUnchecked = 'False'
  183.             Properties.OnChange = CheckProxySignonClick
  184.             Properties.Caption = 'Proxy server requires authentication'
  185.             Style.StyleController = DM.EditStyles
  186.             TabOrder = 0
  187.           end
  188.           object EdtProxyUserName: TcxTextEdit
  189.             Left = 96
  190.             Top = 45
  191.             Width = 121
  192.             Height = 21
  193.             Style.StyleController = DM.EditStyles
  194.             TabOrder = 1
  195.           end
  196.           object EdtProxyPassword: TcxTextEdit
  197.             Left = 96
  198.             Top = 77
  199.             Width = 121
  200.             Height = 21
  201.             Style.StyleController = DM.EditStyles
  202.             TabOrder = 2
  203.           end
  204.         end
  205.         object CheckProxyEnabled: TcxCheckBox
  206.           Left = 8
  207.           Top = 24
  208.           Width = 97
  209.           Height = 21
  210.           Properties.DisplayUnchecked = 'False'
  211.           Properties.OnChange = CheckProxyEnabledClick
  212.           Properties.Caption = 'Enable Proxy'
  213.           Style.StyleController = DM.EditStyles
  214.           TabOrder = 0
  215.         end
  216.         object EdtProxyServer: TcxTextEdit
  217.           Left = 88
  218.           Top = 53
  219.           Width = 161
  220.           Height = 21
  221.           Style.StyleController = DM.EditStyles
  222.           TabOrder = 1
  223.         end
  224.         object EdtProxyPort: TcxTextEdit
  225.           Left = 304
  226.           Top = 53
  227.           Width = 81
  228.           Height = 21
  229.           Style.StyleController = DM.EditStyles
  230.           TabOrder = 2
  231.           Text = '80'
  232.         end
  233.       end
  234.     end
  235.     object TabSheet1: TTabSheet
  236.       Caption = 'Album Defaults'
  237.       ImageIndex = 2
  238.       object GroupBox2: TGroupBox
  239.         Left = 8
  240.         Top = 8
  241.         Width = 401
  242.         Height = 225
  243.         Caption = 'Album Defaults'
  244.         TabOrder = 0
  245.         object Label2: TLabel
  246.           Left = 8
  247.           Top = 24
  248.           Width = 67
  249.           Height = 13
  250.           Caption = 'Media Format:'
  251.           FocusControl = EdtMediaFormat
  252.           Font.Charset = DEFAULT_CHARSET
  253.           Font.Color = clWindowText
  254.           Font.Height = -11
  255.           Font.Name = 'MS Sans Serif'
  256.           Font.Style = []
  257.           ParentFont = False
  258.         end
  259.         object Label1: TLabel
  260.           Left = 8
  261.           Top = 52
  262.           Width = 51
  263.           Height = 13
  264.           Caption = 'Langauge:'
  265.           FocusControl = EdtLanguage
  266.         end
  267.         object Label3: TLabel
  268.           Left = 8
  269.           Top = 80
  270.           Width = 37
  271.           Height = 13
  272.           Caption = 'Region:'
  273.           FocusControl = EdtRegion
  274.         end
  275.         object Label4: TLabel
  276.           Left = 8
  277.           Top = 108
  278.           Width = 35
  279.           Height = 13
  280.           Caption = 'Rating:'
  281.           FocusControl = EdtRating
  282.         end
  283.         object Label9: TLabel
  284.           Left = 8
  285.           Top = 136
  286.           Width = 67
  287.           Height = 13
  288.           Caption = 'Store/Source:'
  289.           FocusControl = EdtStore
  290.         end
  291.         object Label10: TLabel
  292.           Left = 8
  293.           Top = 164
  294.           Width = 33
  295.           Height = 13
  296.           Caption = 'Genre:'
  297.           FocusControl = EdtGenre
  298.         end
  299.         object Label11: TLabel
  300.           Left = 8
  301.           Top = 192
  302.           Width = 54
  303.           Height = 13
  304.           Caption = '2nd Genre:'
  305.           FocusControl = Edt2ndGenre
  306.         end
  307.         object EdtMediaFormat: TcxImageComboBox
  308.           Left = 88
  309.           Top = 20
  310.           Width = 89
  311.           Height = 21
  312.           Properties.Images = FmGenrePopup.ImagesMedia
  313.           Properties.Items = <>
  314.           Style.StyleController = DM.EditStyles
  315.           TabOrder = 0
  316.         end
  317.         object EdtLanguage: TcxLookupComboBox
  318.           Left = 88
  319.           Top = 48
  320.           Width = 257
  321.           Height = 21
  322.           Properties.ClearKey = 46
  323.           Properties.DropDownRows = 16
  324.           Properties.DropDownSizeable = True
  325.           Properties.IncrementalFiltering = False
  326.           Properties.KeyFieldNames = 'LanguageName'
  327.           Properties.ListColumns = <
  328.             item
  329.               SortOrder = soAscending
  330.               FieldName = 'LanguageName'
  331.             end>
  332.           Properties.ListOptions.GridLines = glNone
  333.           Properties.ListOptions.ShowHeader = False
  334.           Properties.ListSource = DM.DsLanguages
  335.           Properties.Revertable = True
  336.           Style.StyleController = DM.EditStyles
  337.           TabOrder = 1
  338.         end
  339.         object EdtRegion: TcxLookupComboBox
  340.           Left = 88
  341.           Top = 76
  342.           Width = 257
  343.           Height = 21
  344.           Properties.ClearKey = 46
  345.           Properties.DropDownRows = 16
  346.           Properties.DropDownSizeable = True
  347.           Properties.IncrementalFiltering = False
  348.           Properties.KeyFieldNames = 'RegionName'
  349.           Properties.ListColumns = <
  350.             item
  351.               SortOrder = soAscending
  352.               FieldName = 'RegionName'
  353.             end>
  354.           Properties.ListOptions.GridLines = glNone
  355.           Properties.ListOptions.ShowHeader = False
  356.           Properties.ListSource = DM.DsRegions
  357.           Properties.Revertable = True
  358.           Style.StyleController = DM.EditStyles
  359.           TabOrder = 2
  360.         end
  361.         object EdtRating: TcxLookupComboBox
  362.           Left = 88
  363.           Top = 104
  364.           Width = 257
  365.           Height = 21
  366.           Properties.ClearKey = 46
  367.           Properties.DropDownRows = 16
  368.           Properties.DropDownSizeable = True
  369.           Properties.IncrementalFiltering = False
  370.           Properties.KeyFieldNames = 'Description'
  371.           Properties.ListColumns = <
  372.             item
  373.               FieldName = 'Description'
  374.             end>
  375.           Properties.ListOptions.GridLines = glNone
  376.           Properties.ListOptions.ShowHeader = False
  377.           Properties.ListSource = DM.DsRatings
  378.           Properties.Revertable = True
  379.           Style.StyleController = DM.EditStyles
  380.           TabOrder = 3
  381.         end
  382.         object EdtStore: TcxLookupComboBox
  383.           Left = 88
  384.           Top = 132
  385.           Width = 257
  386.           Height = 21
  387.           Properties.ClearKey = 46
  388.           Properties.DropDownRows = 16
  389.           Properties.DropDownSizeable = True
  390.           Properties.IncrementalFiltering = False
  391.           Properties.KeyFieldNames = 'StoreName'
  392.           Properties.ListColumns = <
  393.             item
  394.               SortOrder = soAscending
  395.               FieldName = 'StoreName'
  396.             end>
  397.           Properties.ListOptions.GridLines = glNone
  398.           Properties.ListOptions.ShowHeader = False
  399.           Properties.ListSource = DM.DsStores
  400.           Properties.Revertable = True
  401.           Style.StyleController = DM.EditStyles
  402.           TabOrder = 4
  403.         end
  404.         object EdtGenre: TcxPopupEdit
  405.           Left = 88
  406.           Top = 160
  407.           Width = 257
  408.           Height = 21
  409.           Properties.PopupControl = FmGenrePopup.TreeGenres
  410.           Properties.PopupHeight = 254
  411.           Properties.PopupMinHeight = 254
  412.           Properties.PopupMinWidth = 256
  413.           Properties.PopupSysPanelStyle = True
  414.           Properties.PopupWidth = 256
  415.           Style.StyleController = DM.EditStyles
  416.           TabOrder = 5
  417.         end
  418.         object Edt2ndGenre: TcxPopupEdit
  419.           Left = 88
  420.           Top = 188
  421.           Width = 257
  422.           Height = 21
  423.           Properties.PopupControl = FmGenrePopup.TreeGenres
  424.           Properties.PopupHeight = 254
  425.           Properties.PopupMinHeight = 254
  426.           Properties.PopupMinWidth = 256
  427.           Properties.PopupSysPanelStyle = True
  428.           Properties.PopupWidth = 256
  429.           Style.StyleController = DM.EditStyles
  430.           TabOrder = 6
  431.         end
  432.       end
  433.     end
  434.   end
  435. end
  436.